home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SamDodge.swf / scripts / DefineButton2_162 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-07  |  161 b   |  12 lines

  1. on(release){
  2.    startDrag("/drivers","1");
  3.    tellTarget("/roads")
  4.    {
  5.       play();
  6.    }
  7.    tellTarget("offroad")
  8.    {
  9.       gotoAndStop(2);
  10.    }
  11. }
  12.